home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Magnify / Source / NXCursorPatch.m < prev    next >
Text File  |  1992-11-05  |  125b  |  11 lines

  1. #import <appkit/NXCursor.h>
  2.  
  3. @implementation NXCursor(PatchMethods)
  4.  
  5. - (const NXPoint *) hotSpot
  6. {
  7.     return &hotSpot;
  8. }
  9.  
  10. @end
  11.